home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / grafik / photo3d / PHOTO3D.exe / 0 / RCDATA / TINFINIDIALOG / TINFINIDIALOG.txt
Text File  |  1998-06-30  |  571b  |  27 lines

  1. object InfiniDialog: TInfiniDialog
  2.   Left = 600
  3.   Top = 350
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Near Vanishing Point'
  6.   ClientHeight = 200
  7.   ClientWidth = 200
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object InfiniGLWin: TOpenGLWin
  19.     Left = 0
  20.     Top = 0
  21.     Width = 200
  22.     Height = 200
  23.     OnPaint = InfiniGLWinPaint
  24.     DoubleBuffer = True
  25.   end
  26. end
  27.